home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / libs / toollib.lha / ToolLib / LinkLib / lvotool.asm < prev    next >
Assembly Source File  |  1991-04-17  |  3KB  |  94 lines

  1.     xdef    _LVOCreatePort
  2.     xdef    _LVODeletePort
  3.     xdef    _LVOCreateExtIO
  4.     xdef    _LVODeleteExtIO
  5.     xdef    _LVOCreateStdIO
  6.     xdef    _LVODeleteStdIO
  7.     xdef    _LVOCreateTimeDelay
  8.     xdef    _LVODoTimeDelay
  9.     xdef    _LVODeleteTimeDelay
  10.     xdef    _LVOQuickSort
  11.     xdef    _LVOSwapMem
  12.     xdef    _LVOTestBits
  13.     xdef    _LVOSelectGadget
  14.     xdef    _LVODeSelectGadget
  15.     xdef    _LVOMutualExclude
  16.     xdef    _LVOMutualInclude
  17.     xdef    _LVOEraseGadget
  18.     xdef    _LVOGadgetOn
  19.     xdef    _LVOGadgetOff
  20.     xdef    _LVOSelectTest
  21.     xdef    _LVOShadowGadget
  22.     xdef    _LVOOnGList
  23.     xdef    _LVOOffGList
  24.     xdef    _LVOSelectGList
  25.     xdef    _LVODeSelectGList
  26.     xdef    _LVOShadowGList
  27.     xdef    _LVOEraseGList
  28.     xdef    _LVOInitMemoryChain
  29.     xdef    _LVOAllocItem
  30.     xdef    _LVOFreeItem
  31.     xdef    _LVOFreeMemoryChain
  32.     xdef    _LVOFormat
  33.     xdef    _LVOWriteFormat
  34.     xdef    _LVOMatchPattern
  35.     xdef    _LVOIsolate
  36.     xdef    _LVOBstrToCstr
  37.     xdef    _LVOGetDate
  38.     xdef    _LVOOpenDir
  39.     xdef    _LVOGetEntry
  40.     xdef    _LVOCloseDir
  41.     xdef    _LVOFreeDir
  42.     xdef    _LVOIoErrToStr
  43.     xdef    _LVOAllocFreq
  44.     xdef    _LVOFreeFreq
  45.     xdef    _LVOFileRequest
  46.     xdef    _LVOFormatText
  47.  
  48. _LVOCreatePort  EQU     -30
  49. _LVODeletePort  EQU     -36
  50. _LVOCreateExtIO EQU     -42
  51. _LVODeleteExtIO EQU     -48
  52. _LVOCreateStdIO EQU     -54
  53. _LVODeleteStdIO EQU     -60
  54. _LVOCreateTimeDelay     EQU     -66
  55. _LVODoTimeDelay EQU     -72
  56. _LVODeleteTimeDelay     EQU     -78
  57. _LVOQuickSort   EQU     -84
  58. _LVOSwapMem     EQU     -90
  59. _LVOTestBits    EQU     -96
  60. _LVOSelectGadget        EQU     -102
  61. _LVODeSelectGadget      EQU     -108
  62. _LVOMutualExclude       EQU     -114
  63. _LVOMutualInclude       EQU     -120
  64. _LVOEraseGadget EQU     -126
  65. _LVOGadgetOn    EQU     -132
  66. _LVOGadgetOff   EQU     -138
  67. _LVOSelectTest  EQU     -144
  68. _LVOShadowGadget        EQU     -150
  69. _LVOOnGList     EQU     -156
  70. _LVOOffGList    EQU     -162
  71. _LVOSelectGList EQU     -168
  72. _LVODeSelectGList       EQU     -174
  73. _LVOShadowGList EQU     -180
  74. _LVOEraseGList  EQU     -186
  75. _LVOInitMemoryChain     EQU     -192
  76. _LVOAllocItem   EQU     -198
  77. _LVOFreeItem    EQU     -204
  78. _LVOFreeMemoryChain     EQU     -210
  79. _LVOFormat      EQU     -216
  80. _LVOWriteFormat EQU     -222
  81. _LVOMatchPattern        EQU     -228
  82. _LVOIsolate     EQU     -234
  83. _LVOBstrToCstr  EQU     -240
  84. _LVOGetDate     EQU     -246
  85. _LVOOpenDir     EQU     -252
  86. _LVOGetEntry    EQU     -258
  87. _LVOCloseDir    EQU     -264
  88. _LVOFreeDir     EQU     -270
  89. _LVOIoErrToStr  EQU     -276
  90. _LVOAllocFreq   EQU     -282
  91. _LVOFreeFreq    EQU     -288
  92. _LVOFileRequest EQU     -294
  93. _LVOFormatText  EQU     -300
  94.